﻿
header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000!important;
    background-color: #ffeeee!important;
}

.validation-summary-errors {
    font-weight: bold!important;
    color: #ff0000!important;
}

.validation-summary-valid {
    display: none;
}

.regbox tr td {
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
}

    .regbox tr td input[type="text"], textarea {
        height: 23px;
        line-height: 23px;
        /*padding: 2px 4px;*/
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 5px;
        width: 75%;
    }

    .regbox tr td select {
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
    }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    height: 23px;
    line-height: 23px;
    /*padding: 2px 4px;*/
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
}

.btn {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #e26862;
    background-image: -moz-linear-gradient(top,#e26862,#d30d15);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e26862),to(#d30d15));
    background-image: -webkit-linear-gradient(top,#e26862,#d30d15);
    background-image: -o-linear-gradient(top,#e26862,#d30d15);
    background-image: linear-gradient(to bottom,#e26862,#d30d15);
    background-repeat: repeat-x;
    border-color: #d30d15 #d30d15 #d30d15;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #ffffff;
        background-color: #e26862;
        *background-color: #e26862;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #d30d15 \9;
    }

.pages {
    padding: 20px 0;
    text-align: center;
}

    .pages a {
        margin: 0 5px;
        padding: 6px 10px;
        border: 1px solid #ccc;
        background: #f3f3f3;
    }

    .pages .current {
        margin: 0 5px;
        padding: 6px 10px;
        background: #d30d15;
        border: 1px solid #d30d15;
        color: #ffffff;
    }

.membercenter ul li span {
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    display: block;
    width: 160px;
    float: left;
    font-weight: bold;
}

.membercenter ul li {
    line-height: 30px;
    width: 100%;
    float: left;
}

.loginshow {
    z-index: 8001;
    width: 360px;
    height: 285px!important;
    left: 50%;
    margin-left: -144px;
    top: 50%;
    margin-left: -130px!important;
    margin-top: -135px!important;
    position: fixed;
    border: 1px solid #ccc!important;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2);
}

    .loginshow select {
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
    }

.mask {
    opacity: 0.6!important;
}

.img_n {
    width: 290px;
}

.sech {
    *margin-top: 13px;
    *display: inline-block;
}

.menunav {
    position: absolute;
    width: 140px;
    z-index: 888;
    margin-left: -1px;
    background: #FFF;
    border: 1px solid #f8f8fa;
    border-top: 0px;
    box-shadow: 1px 1px 1px #f8f8fa;
    display: none;
}

* + html .menunav {
    position: relative!important;
}

    .menunav a {
        width: 100%;
        display: block;
        text-align: center;
    }

        .menunav a:hover {
            background: #b00108;
            color: white;
        }

.positionre {
    position: relative;
}
